home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2001 March / macformat-101.iso / mac / MacFormat Data / Behaviours / 00010_Script_QT < prev    next >
Encoding:
Text File  |  2001-01-25  |  233 b   |  11 lines

  1. on mouseEnter
  2.   put the text of member("QT","Texts") into member ("InfoText","Texts")
  3. end
  4.  
  5. on mouseDown
  6.  gotonetpage "http://www.apple.com/quicktime"
  7. end
  8.  
  9. on mouseLeave
  10.   put empty into member("InfoText","Texts")
  11. end